From 1c6131cf9747c20dc5c90a6b13738341a254e0da Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Sun, 23 Jan 2022 20:43:05 +0100 Subject: [PATCH] Support translated gui --- debian/control | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c6319d7c1..194a6d32b 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: debhelper-compat (= 13), qtwebengine5-dev [amd64 arm64 armhf i386 mips64el mipsel], qttools5-dev-tools, libqt5serialport5-dev, + qttranslations5-l10n, imagemagick, locales-all, xsltproc, diff --git a/debian/rules b/debian/rules index b2025098e..a2c61570d 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ override_dh_auto_configure: override_dh_auto_build-arch: dh_auto_build - if dpkg -s qtwebengine5-dev; then $(MAKE) gui; fi + if dpkg -s qtwebengine5-dev; then $(MAKE) unix-gui; fi override_dh_auto_build-indep: $(MAKE) gpsbabel.pdf -- 2.30.2